The approach suggested by Brad is good but I would do it subtle differently.
In the custom property of the Server JVM, I would add a property Server-Name and specify its value as WAS_SERVER_NAME.
here is the bread crumb for this:
Servers -> -> Process Definition -> Java Virtual Machine > Custom properties
Add a new one wiht say ServerName with value ${WAS_SERVER_NAME}
Every WAS Server instance has this WebSphere Variable set to the name of the Server instance. You don't need to worry about making typos (or similar errors here) and this approach works for all WAS Server.
You can create a Server with such values set as a template and when you create a new server, these are always present for you.
HTH