There are two ways of implementing clustering on WebSphere
1) Vertical scaling
2) Horizontal scaling
In vertical : you create similar instances on the same Physical machine
In horizontal: you create similar instances on a different physical machine
for best availability and scaling : create both vertical and horizontal
) Install the Network Deployment Manager
2) Install one or more AppServers as needed
3) On the AppServers go to the bin folder and run the addNode command to add the Node (addNode.sh) to the Deployment Manager
4) syncNode.sh if needed.
I have attached the next steps to be done thro the GUI. Hope this helps