Based upon some variables in GalCiv3GlobalDefs.XML, I would expect that a civilization's power rating is calculated as
[power] = 0.3 * [total production points] + 0.002 * [battle rating] + 0.001 * [treasury] + 0.1 * [total influence] + 0.25 * [number of techs researched] + 0.1 * [number of ideology traits]
The constants are from the v1.02 GalCiv3GlobalDefs; they may differ somewhat in v1.03. I haven't looked at v1.03, so I couldn't tell you. I don't know how the game computes 'battle rating,' but I'd be a bit surprised if it weren't something like the sum of the fortitude and threat values of all the ships you have, or a sum of the attack, defense, and HP of all the ships you have, though the values may be weighted to some degree.