The image below shows endpoint accounts xml (Navigate to ->Identity Manager Management Console -> <environment-name> -> Roles and Tasks -> Import), where are these Roles and Tasks endpoints account templates xml located on the system?
<Please see attached file for image>
When importing the roles and tasks for an endpoint, the location of the file can be seen. This is seen in the image below:
<Please see attached file for image>
src="/servlet/servlet.FileDownload?file=0150c000004AKiKAAW" alt="rolestasksxml.png" width="603" height="73">
For example, my application server is Wildfly 8.2.1. The files would be deployed under:
C:/wildfly-8.2.1.Final/standalone/deployments/iam_im.ear/user_console.war/WEB-INF/lib/
Equivalently, files under the application server would be under the iam_im.ear file in this location:
.../iam_im.ear/user_console.war/WEB-INF/lib/...
The files would be located in a jar file where you can use a program to unpackaged the file and use the .xml from there.